Uses of Enum
com.cisco.pt.ipc.enums.HsrpMsgType
Packages that use HsrpMsgType
-
Uses of HsrpMsgType in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return HsrpMsgTypeModifier and TypeMethodDescriptionstatic HsrpMsgTypeHsrpMsgType.fromIntValue(int value) static HsrpMsgTypeHsrpMsgType.fromIntValue(Integer value) static HsrpMsgTypeReturns the enum constant of this type with the specified name.static HsrpMsgType[]HsrpMsgType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HsrpMsgType in com.cisco.pt.ipc.sim.pdu
Methods in com.cisco.pt.ipc.sim.pdu that return HsrpMsgTypeMethods in com.cisco.pt.ipc.sim.pdu with parameters of type HsrpMsgTypeModifier and TypeMethodDescriptionvoidHsrpMessage.setType(HsrpMsgType type) voidHsrpv6Message.setType(HsrpMsgType type) -
Uses of HsrpMsgType in com.cisco.pt.ipc.sim.pdu.impl
Fields in com.cisco.pt.ipc.sim.pdu.impl declared as HsrpMsgTypeModifier and TypeFieldDescriptionprotected HsrpMsgTypeHsrpMessageImpl.typeprotected HsrpMsgTypeHsrpv6MessageImpl.typeMethods in com.cisco.pt.ipc.sim.pdu.impl that return HsrpMsgTypeMethods in com.cisco.pt.ipc.sim.pdu.impl with parameters of type HsrpMsgTypeModifier and TypeMethodDescriptionvoidHsrpMessageImpl.setType(HsrpMsgType type) voidHsrpv6MessageImpl.setType(HsrpMsgType type)